GtkWindow: Create renderer before realizing child widgets
authorAlexander Larsson <alexl@redhat.com>
Mon, 28 Sep 2020 18:47:32 +0000 (20:47 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 29 Sep 2020 07:51:16 +0000 (09:51 +0200)
commit645fc6a9a56e2935ea83941ffd8e192aeb4b05ea
treed92be66f1eb072400639a6831af536c5018fce09
parenta91b6b47861614c385798b1cd0c5427e4e55bdf2
GtkWindow: Create renderer before realizing child widgets

This way the child widgets can rely on the renderer (for example what
type it is) to decide details about how they render (such as if they
should use OpenGL shaders).
gtk/gtkwindow.c